ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputTime<T> Class / Max Property

In This Topic
    Max Property (InputTime<T>)
    In This Topic
    Gets or sets the latest time that the user can enter.
    Syntax
    'Declaration
     
    
    <JsonAttribute(2)>
    <JsonConverterAttribute(C1.Web.Mvc.Serialization.TimeConverter)>
    Public Property Max As Date
    [Json(2)]
    [JsonConverter(C1.Web.Mvc.Serialization.TimeConverter)]
    public DateTime Max {get; set;}
    See Also